* remove "\r" nonsense
[mascara-docs.git] / C / sorting.and.searching.cormen.algo / Introduction to Algorithms, Third Edition / code / btr.c
blob85f94623f20a6a9d2b4d5210ca8365636ccc8813
1 #include <stdio.h>
3 int main() {
4 printf("under revision\n");
5 return 0;